Return

Edit Task: SetPossibility ResourceAnimationType

Description

The SetPossibility ResourceAnimationType attribute under EditTask defines the resource animation type for a single task possibility.

Parameters

ParameterDescription
PossibilityNameA string of text with a comma delimited list of resources in the possibility. Order is not required and the resource names should not be in quotes.
ResourceNameA string of text of the resource name that is being defined within the command.
AnimationTypeOptions are either "AnimationNA", "AnimationObjectLine", "AnimationNone", or "AnimationSensorOn". The AnimationSensorOn option is only valid for resources associated with STK sensor objects.

Examples

Set no STK animation for FUSE in the possibility containing FUSE, CassiopeiaStar_HR-21 and SSR.

PATCH api/task/TaskA

Body:

{

"SetResourceDetails" : {

"PossibilityName" : "FUSE, CassiopeiaStar_HR-21,SSR",

"Resource" : "FUSE",

"AnimationType" : "AnimationNone" }

}